internal/profile.locationMap.s (field)

5 uses

	internal/profile (current package)
		graph.go#L347: 	s []Nodes          // a slice for small sequential IDs
		graph.go#L352: 	if id < uint64(len(l.s)) {
		graph.go#L353: 		l.s[id] = n
		graph.go#L360: 	if id < uint64(len(l.s)) {
		graph.go#L361: 		return l.s[id]